home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / src / exampleCode / X / Xserver / .stopcrosshair < prev    next >
Encoding:
Text File  |  1994-08-02  |  547 b   |  14 lines

  1.  
  2.                    X root window crosshair cursor program
  3.           
  4.  
  5.       This program, ~4Dgifts/toolbox/src/exampleCode/X/Xserver/crosshair, 
  6.       turns the root window's cursor into a crosshair cursor.  To return 
  7.       to the default root cursor, run from a shell window:
  8.                     
  9. /usr/bin/X11/xsetroot -cursor_name X_cursor -fg red -bg white
  10.  
  11.       Also, if you are already running a program like twilight, bgpaste or 
  12.       that fish background program that completely covers the root window, 
  13.       you won't get the crosshair.
  14.